projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6475a51
)
Makefile.am: honor aclocal flags
author
Javier Jardón
<jjardon@gnome.org>
Tue, 18 Oct 2011 16:27:37 +0000
(17:27 +0100)
committer
Javier Jardón
<jjardon@gnome.org>
Tue, 18 Oct 2011 16:31:28 +0000
(17:31 +0100)
Makefile.am
patch
|
blob
|
history
autogen.sh
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 9a09143b989c69f9d9f0e3982d5fcc7c9f20037e..9bc67c9d6f07bb5fb0738f25d967d6579ff18234 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,3
+1,5
@@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
NULL =
BUILT_SOURCES =
CLEANFILES =
diff --git
a/autogen.sh
b/autogen.sh
index c187584ae7a4946bed09c98303ae3a107aeec3be..0b51c5c2363e755fd14e24cfb8e9abe912576a4d 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-1,2
+1,5
@@
#!/bin/sh
+
+mkdir -p m4
+
exec autoreconf -vfi